projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d023da
)
(make_buffer_string, make_buffer_string_both): Extern them.
author
Kenichi Handa
<handa@m17n.org>
Wed, 25 Mar 1998 10:45:59 +0000
(10:45 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Wed, 25 Mar 1998 10:45:59 +0000
(10:45 +0000)
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index 6c05a927e0871d7f195e1a1031aa567e1f82b1a7..9718ab440c236d25ccb6b06944e7223ee551c04c 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-1986,6
+1986,8
@@
EXFUN (Fwiden, 0);
EXFUN (Fuser_login_name, 1);
EXFUN (Fsystem_name, 0);
extern int clip_to_bounds P_ ((int, int, int));
+extern Lisp_Object make_buffer_string P_ ((int, int, int));
+extern Lisp_Object make_buffer_string_both P_ ((int, int, int, int, int));
/* defined in buffer.c */
extern void nsberror P_ ((Lisp_Object));